home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 11 / macformat_11.iso / Demos / Voodoo Lounge / VLMOVIES / 16_VIPLG.Dxr / 00027.ls < prev    next >
Encoding:
Text File  |  1995-10-25  |  444 b   |  16 lines

  1. on exitFrame
  2.   if the quickTimePresent = 0 then
  3.     doAlert()
  4.   end if
  5. end
  6.  
  7. on doAlert
  8.   if the machineType = 256 then
  9.     alert("This program requires Quicktime. Please install Quicktime for Windows from the directory 'QTWIN' on your Voodoo Lounge Demo CD ROM")
  10.     quit()
  11.   else
  12.     alert("This program requires Quicktime. Please install Quicktime from the folder 'Quicktime items' on your Voodoo Lounge Demo CD ROM")
  13.     quit()
  14.   end if
  15. end
  16.